Delphi Developer's Guide to XML
Chapter 16 - Simple Text

Previous   Next   Listings

XML documents are encoded within plain text files, and so, can easily be generated as text strings within an application.

TextGen.dpr   An XML document generator using straight text
TextGen1.pas
TextGen1.dfm
   The main generator form
CommonXML.pas
CommonXML.dfm
   Database access and common XML constants for movie-watcher documents

This example requires the "movie-watcher" BDE alias for the tables from Chapter 15.

Zipped Files

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings